func runtime.rawstring
7 uses
runtime (current package)
arena.go#L168: s2, b := rawstring(len(s1))
string.go#L183: s, b = rawstring(l)
string.go#L305: s, b = rawstring(4)
string.go#L318: func rawstring(size int) (s string, b []byte) {
string.go#L375: s, b := rawstring(l)
string.go#L391: s, b := rawstring(l)
string.go#L550: s, b := rawstring(n1 + 4)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)